home *** CD-ROM | disk | FTP | other *** search
- #SAS/C smakefile for powerUP (TM) PPC Amiga systems
- #(for 68k Amigas, it should suffice to change "CC" and "STARTUP" below)
- #written by Andreas R. Kleinert in 1998
-
- CC = SCPPC
- STARTUP = LIB:c_ppc.o
- PROG = /bin/short
- PROG2 = ../bin/short
- OBJS = short38.o short37.o short36.o short35.o short34.o short33.o short32.o short31.o \
- short30.o short29.o short28.o short27.o short26.o short25.o short24.o short23.o \
- short22.o short21.o short20.o short19.o short18.o short17.o short16.o short15.o \
- short14.o short13.o short12.o short11.o short10.o short9.o short8.o short7.o \
- short6.o short5.o short4.o short3.o short2.o short1.o
-
- $(PROG): $(OBJS)
-
- ppc-amigaos-ld -r $(STARTUP) $(OBJS) LIB:scppc.a lib:end.o -o $(PROG2)
-